home *** CD-ROM | disk | FTP | other *** search
/ Whiteline: Alpha / Whiteline Alpha.iso / progtool / c / gcc / gempp19.zoo / gem++19 / src / form_hot.h < prev    next >
Encoding:
C/C++ Source or Header  |  1993-05-04  |  126 b   |  8 lines

  1. #ifndef form_hot_do_h
  2. #define form_hot_do_h
  3.  
  4. class GEMrawobject;
  5. int form_hot_do(GEMrawobject* tree, int *start_fld);
  6.  
  7. #endif
  8.